M
admin\view\template\common\header.tpl
Find


<li><a href="<?php echo $information; ?>"><?php echo $text_information; ?></a></li>
ƻsNX

Insert below

<li><a href="<?php echo $news; ?>"><?php echo $text_news; ?></a></li>
ƻsNX

In \admin\controller\common\header.php
Find

$this->data['text_information'] = $this->language->get('text_information');
ƻsNX

Insert below

$this->data['text_news'] = $this->language->get('text_news');
ƻsNX

Find

$this->data['information'] = $this->url->link('catalog/information', 'token=' . $this->session->data['token'], 'SSL');
ƻsNX

Insert Below

$this->data['news'] = $this->url->link('extension/news', 'token=' . $this->session->data['token'], 'SSL');
ƻsNX

For zh-TW y

\admin\language\zh-TW\common\header.php
Find

$_['text_information']       = '峹޲z(Information)';
ƻsNX

Insert Below

$_['text_news']              = '̷s';
ƻsNX


3. to w˼Ҳ*************************
   ޲z->XRҲ->򥻼Ҳ->News->install 

4.Dont forget to set up permission in ******************
   nѰO]wv
   ޲z-> tκ޲z->޲z]w->޲zs->
̰v޲zH

   In Access Permission
   check module/news
   In Modify Permission
   check module/news

ɥR ********************************************
\catalog\controller\common\header.php
Find
$this->data['text_home'] = $this->language->get('text_home');
Insert Below
$this->data['text_news'] = $this->language->get('text_news');

\catalog\language\zh-TW\common\header.php
Find
$_['text_home']      = '';
Insert Below
$_['text_news']             = '̷s';

\catalog\view\theme\default\template\common\header.tpl
Find
<?php foreach ($categories as $category) { ?>
Insert Below (W@)
<li><a href="index.php?route=common/home"><?php echo $text_home; ?></a></li>
<li><a href="index.php?route=information/news"><?php echo $text_news; ?></a></li>